JavaScript

listObj.queryByFormClearControls Method

Syntax

listObj.queryByFormClearControls();

Description

Removes the search criteria from the Detail View form when the List is in 'search' mode.

Example

var listObj = {dialog.object}.getControl("LIST1");

if (listObj) {
    listObj.queryByFormClearControls();
}

Limitations

List Control with Search Part

See Also